cargo.git
2014-12-25 borsauto merge of #1085 : geomaster/cargo/master, r=alexcri...
2014-12-24 David DavidovićTemporary fix for tests
2014-12-24 David DavidovićUse std::iter repeat to generate indentation level
2014-12-24 David DavidovićAvoid logic duplication
2014-12-24 David DavidovićFix deprecation warnings
2014-12-24 David DavidovićBreak long lines
2014-12-24 David DavidovićFix tests
2014-12-24 David DavidovićAdd rustc-serialize dependency to registry
2014-12-24 David DavidovićUpdate Cargo.lock for newest dependencies
2014-12-24 David DavidovićAdd Levenshtein distance implementation
2014-12-24 David DavidovićUpdate dependency info
2014-12-24 David DavidovićFix fn type mismatch error
2014-12-24 David DavidovićHandle from_utf8 new return type
2014-12-24 David DavidovićUpdate references to renamed traits
2014-12-24 David DavidovićMigrate to rustc-serialize
2014-12-23 David DavidovićBump version numbers
2014-12-23 borsauto merge of #1084 : brson/cargo/home, r=alexcrichton
2014-12-23 Brian AndersonAllow the location of `~/.cargo` to be overridden via...
2014-12-23 David DavidovićBump required rust version
2014-12-23 David DavidovićUpdate to rust master
2014-12-21 borsauto merge of #1079 : alexcrichton/cargo/update-rust...
2014-12-21 Alex CrichtonUpdate to rust master
2014-12-21 Alex CrichtonMerge branch 'pr-btree' of https://github.com/akiss77...
2014-12-21 borsauto merge of #1078 : alexcrichton/cargo/issue-1071...
2014-12-21 Alex CrichtonFix readme instructions for submodules
2014-12-21 Akos KissUse std::collections::{BTreeSet, BTreeMap} instead...
2014-12-21 borsauto merge of #1075 : cmr/cargo/rustc-vverbose, r=alexc...
2014-12-21 Corey RichardsonUpdate to new-style rustc CLI args
2014-12-21 borsauto merge of #1066 : alexcrichton/cargo/registry-deps...
2014-12-20 Alex CrichtonUpdate rust and all deps
2014-12-20 Alex CrichtonMove all deps to the registry
2014-12-19 borsauto merge of #1067 : alexcrichton/cargo/fix-registry...
2014-12-19 Alex CrichtonFix cases where a registry is not updated
2014-12-19 borsauto merge of #1064 : alexcrichton/cargo/snapshots...
2014-12-19 Alex CrichtonRegister new snapshots
2014-12-18 borsauto merge of #1045 : alexcrichton/cargo/update-git2...
2014-12-18 Alex CrichtonUpdate git2 and cargo snapshots
2014-12-18 borsauto merge of #1060 : alexcrichton/cargo/pr-1012, r...
2014-12-18 Alex CrichtonAdd a test for PR #1012
2014-12-18 Alex CrichtonMerge branch 'fix-custom-build-cross' of https://github...
2014-12-16 borsauto merge of #1057 : alexcrichton/cargo/fix-nightly...
2014-12-16 Alex CrichtonFix mac nightly builds
2014-12-16 borsauto merge of #1053 : sfackler/cargo/master, r=alexcrichton
2014-12-16 Steven FacklerWarn if none of documentation, homepage or repository...
2014-12-15 borsauto merge of #1051 : liigo/cargo/print-version-to...
2014-12-15 Liigo Zhuangadd test: cargo --version
2014-12-15 Liigo Zhuangfix fatal condition
2014-12-14 Liigo Zhuangprint non-fatal errors to stdout instead of stderr
2014-12-12 borsauto merge of #1042 : cgaebel/cargo/execute-main-with...
2014-12-12 Clark GaebelAdd support for a custom arguments list when running...
2014-12-12 borsauto merge of #1039 : alexcrichton/cargo/update-rust...
2014-12-12 Alex CrichtonBump rustc version
2014-12-11 borsauto merge of #1036 : brson/cargo/flakeywindows, r...
2014-12-11 Brian AndersonSleep before unlinking to fix a flaky test on windows
2014-12-11 borsauto merge of #1034 : brson/cargo/rust-installer, r...
2014-12-11 Brian AndersonUse rust-installer for installation
2014-12-11 borsauto merge of #1022 : alexcrichton/cargo/std-thread...
2014-12-11 borsauto merge of #1024 : alexcrichton/cargo/less-send...
2014-12-10 Alex CrichtonRemove lots of no longer necessary + Send annotations
2014-12-09 borsauto merge of #1021 : alexcrichton/cargo/issue-986...
2014-12-09 Alex CrichtonMigrate to std::sync::TaskPool
2014-12-09 borsauto merge of #1020 : alexcrichton/cargo/issue-885...
2014-12-08 Alex CrichtonRebuild files if target directory is corrupt
2014-12-08 borsauto merge of #1019 : alexcrichton/cargo/issue-991...
2014-12-08 borsauto merge of #1018 : jakub-/cargo/cargo-search-api...
2014-12-08 Alex CrichtonFix build scripts in dev-dependencies
2014-12-08 borsauto merge of #1009 : jmesmon/cargo/err-msg-fix, r...
2014-12-08 Jakub BukajDo not require an API token for `cargo search`
2014-12-08 Jakub BukajUpdate to latest Rust
2014-12-08 borsauto merge of #989 : jbcrail/cargo/fix-doc-spelling...
2014-12-08 borsauto merge of #1010 : alexcrichton/cargo/mingw, r=brson
2014-12-08 Alex CrichtonBump libgit2 dep to hopefully fix win32
2014-12-08 Alex CrichtonFix updating the registry too often
2014-12-05 Cody P Schafercustom_build: build output goes in the directory for...
2014-12-04 Alex CrichtonDelete bundled gcc libs on windows
2014-12-04 borsauto merge of #1008 : jmesmon/cargo/custom_build_kind...
2014-12-04 Cody P Schafercustom_build: add the HOST environment variable
2014-12-04 borsauto merge of #990 : alexcrichton/cargo/update-blows...
2014-12-03 borsauto merge of #997 : alexcrichton/cargo/issue-993-attem...
2014-12-03 Cody P SchaferWe're cargo, not rustc
2014-12-03 borsauto merge of #1003 : jmesmon/cargo/update-for-nightly...
2014-12-03 Cody P SchaferUpdate for nightly
2014-12-02 borsauto merge of #1000 : jbranchaud/cargo/add-semicolon...
2014-12-02 jbranchaudAdd a missing semicolon to the hello world program...
2014-11-30 borsauto merge of #995 : alexcrichton/cargo/issue-808,...
2014-11-30 Alex CrichtonBump version number to 0.1.0
2014-11-30 Alex CrichtonDon't abort on possibly-corrupt submodules
2014-11-30 borsauto merge of #996 : alexcrichton/cargo/issue-953,...
2014-11-30 Alex CrichtonLink logo to the main crates.io page
2014-11-27 Alex CrichtonHandle updates to version requirements in lockfiles
2014-11-27 borsauto merge of #988 : Gekkio/cargo/zsh-run-normal-args...
2014-11-27 Joseph CrailFix spelling in documentation.
2014-11-27 Joonas JavanainenZSH normal completion for args in "cargo run -- <args>"
2014-11-25 borsauto merge of #981 : steveklabnik/cargo/remove_color...
2014-11-25 Steve Klabnikremove references to color
2014-11-25 borsauto merge of #974 : alexcrichton/cargo/issue-940,...
2014-11-25 Alex CrichtonAdd support for a license-file manifest key
2014-11-25 borsauto merge of #973 : alexcrichton/cargo/issue-968,...
2014-11-25 borsauto merge of #972 : alexcrichton/cargo/issue-969,...
2014-11-25 Alex CrichtonPrint the right URL for `cargo login`
next